home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / sspeare.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  347 b   |  16 lines

  1. on exitFrame
  2.   global counter1, counter2, gcount
  3.   set counter1 to 0
  4.   set counter2 to 0
  5.   set gcount to 0
  6.   repeat with n = 4 to 14
  7.     set the memberNum of sprite n to 36
  8.   end repeat
  9.   repeat with n = 25 to 35
  10.     set the memberNum of sprite n to 36
  11.   end repeat
  12.   repeat with n = 40 to 50
  13.     set the visible of sprite n to 0
  14.   end repeat
  15. end
  16.